crypto/cipher.ctr.b (field)

6 uses

	crypto/cipher (current package)
		ctr.go#L24: 	b       Block
		ctr.go#L59: 		b:       block,
		ctr.go#L79: 	bs := x.b.BlockSize()
		ctr.go#L81: 		x.b.Encrypt(x.out[remain:], x.ctr)
		ctr.go#L103: 	if _, ok := x.b.(*aes.Block); ok {
		ctr.go#L107: 		if x.outUsed >= len(x.out)-x.b.BlockSize() {